home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / ufw.conf < prev    next >
Text File  |  2009-09-23  |  344b  |  15 lines

  1. # ufw - Uncomplicated Firewall
  2. #
  3. # The Uncomplicated Firewall is a front-end for iptables, to make managing a
  4. # Netfilter firewall easier.
  5.  
  6. description    "Uncomplicated firewall"
  7.  
  8. start on net-device-added INTERFACE=lo
  9. stop on runlevel [!023456]
  10.  
  11. console output
  12.  
  13. pre-start exec /lib/ufw/ufw-init start quiet
  14. post-stop exec /lib/ufw/ufw-init stop
  15.